home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 22 / 9 / DISK2295.ZIP / UN-NQD.BAT < prev    next >
DOS Batch File  |  1988-02-14  |  384b  |  9 lines

  1. echo off
  2. echo Usage is:  un-nqd [destination-drive:]
  3. echo   where, if destination-drive: is omitted, the current drive
  4. echo   is used.  This will unsqueeze all files with the .NQD
  5. echo   extension.  At this point, press ^C to cancel or
  6. pause
  7. echo on
  8. for %%f in (*.nqd) do nusq %%f %1
  9.